home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ für Kids
/
C++ for kids.iso
/
SETUP
/
US
/
CBUILDER
/
DATA.Z
/
VCLMAX.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-13
|
1KB
|
48 lines
//---------------------------------------------------------------------
// vclmax.h - includes all vcl hdr files
//---------------------------------------------------------------------
#ifndef VCLMAX_H
#define VCLMAX_H
//---------------------------------------------------------------------
#include <Buttons.hpp>
#include <ChartFX.hpp>
#include <Classes.hpp>
#include <ComCtrls.hpp>
#include <Controls.hpp>
#include <DB.hpp>
#include <DBCGrids.hpp>
#include <DBCtrls.hpp>
#include <DBGrids.hpp>
#include <DBLookup.hpp>
#include <DBTables.hpp>
#include <DdeMan.hpp>
#include <Dialogs.hpp>
#include <ExtCtrls.hpp>
#include <FileCtrl.hpp>
#include <Forms.hpp>
#include <GraphSvr.hpp>
#include <Graphics.hpp>
#include <Grids.hpp>
#include <ISP.hpp>
#include <MPlayer.hpp>
#include <Mask.hpp>
#include <Menus.hpp>
#include <Messages.hpp>
#include <OleCtnrs.hpp>
#include <OleCtrls.hpp>
#include <Outline.hpp>
#include <Quickrep.hpp>
#include <StdCtrls.hpp>
#include <SysUtils.hpp>
#include <System.hpp>
#include <Tabnotbk.hpp>
#include <Tabs.hpp>
#include <VCFImprs.hpp>
#include <VCFrmla1.hpp>
#include <VCSpell.hpp>
#include <Windows.hpp>
//---------------------------------------------------------------------
#endif